Skip to content

offline pin:minor fix and icon change to fit properly#2528

Open
rockhero1234 wants to merge 2 commits intorecloudstream:masterfrom
rockhero1234:offline_pin_chang3e
Open

offline pin:minor fix and icon change to fit properly#2528
rockhero1234 wants to merge 2 commits intorecloudstream:masterfrom
rockhero1234:offline_pin_chang3e

Conversation

@rockhero1234
Copy link
Contributor

photo_6111573389894946461_y

parentId = it.parentId,
name = it.name ?: act.getString(R.string.downloaded_file),
name = it.name
?: (act.getString(R.string.episode) + it.episode),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This contains three fundamental issues.

  1. This may get triggered on a movie without a name.
  2. There is no spacing between episode and the number resulting in "Episode1"
  3. Episode number and season are already shown in the player? It would result in something like:
Episode 1 - 1920x1080
Breaking Bad "S1:E1" - Episode 1 ✓

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed subName if name is downloaded file it may work

android:layout_marginStart="2dp"
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_marginStart="1dp"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the TV player not get changed too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's already aligned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants